Crate impl_codec

source ·
Expand description

Parity Codec serialization support for uint and fixed hash.

Macros

Add Parity Codec serialization support to a fixed-sized hash type created by construct_fixed_hash!.
Add Parity Codec serialization support to an integer created by construct_uint!.